-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mcs 1957 windows auto downloader #702
Conversation
MCS Merge development to master
MCS - Merge Development into Master
MCS - Merge Dev to Master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The auto-downloader worked for me on Windows and Linux.
All the unit tests now pass on Windows.
On Windows, all of my integration tests passed, except 108 (level1) and 107 (oracle). Both of these seemed like minor rounding errors, so I don't think we need to solve them immediately. I'll add a ticket to deal with it later though.
I'm still running the integration tests on Linux (I got my auto-downloader to work again -- yay), but if I run into any issues with them, they're probably not due to this PR.
Approved.
Adds downlaod support for windows.
The windows addressables and unity exec are in
development
only atm. To test, inmachine_common_sense/_version.py
change the version to 'development'.To test:
You can then cache addressables:
Run integration:
You should see it download the
develop
version of the unity executable (MCS-AI2-THOR-Unity-App-vdevelop-{linux || win64 || mac}.zip:). I've tested the auto downloader in windows and linux, but a second set of eyes would be good. Also, can someone make sure nothing is broken in MacOS.Thanks!